str = getCode(fun, subfun)
Get code of subfunction in an .m file.
| fun | string | The name of function for which the code should be retrieved. |
| subfun | string | The name of the subfunction. |
| str | string | The body of the subfunction. |